home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk161 / northgate.keyboard / read.me < prev    next >
Text File  |  1995-03-19  |  3KB  |  46 lines

  1. When I got my new Northgate OmniKey Ultra keyboard and the Amiga keycap set, I
  2. was overjoyed. I loved the feel of the keyboard, and was pleased with the
  3. layout, except for the 13 PC keys that didn't have equivalent Amiga functions.
  4. No problem, I thought, I'll just download a keymap editor and map those keys to
  5. new functions.
  6.      Unfortunately, none of the available keymap editors took third party
  7. keyboards into account, and there was no way to map keys not present on an
  8. A500/2000 keyboard.
  9.      Luckily, Greg Cunningham, author of DiskMaster and Baud Bandit, came to
  10. the rescue with a keymap he'd created in 68000 assembly. I sent him the keycap
  11. definitions I wanted, and Greg implemented them for me. Enclosed in with this
  12. read.me file are two files:
  13.  
  14. NORTHGATE:   This is the keymap. Copy to your DEVS:KEYMAPS directory and
  15.              add the command SETMAP NORTHGATE to your startup-sequence file.
  16. NORTHGATE.A: The assembly source for the keymap, by Greg Cunningham.
  17.              Useful when creating your own custom keymaps.
  18.  
  19. These files are freeware. Feel free to use the NorthGate keymap, and to use the
  20. assembly source to create your own. Please give credit to Greg if you do. If
  21. you find these files useful, consider purchasing one of Greg's great Amiga
  22. programs (Baud Bandit, my fave terminal program, and DiskMaster). And reading
  23. my magazine (COMPUTE). Thank you for your support.
  24.  
  25. Here are the key definitions for the new keys. Sorry about the 2.0 format of
  26. the NewShell command... Guess which version of the OS I use most? :-)
  27.  
  28. Key Name       Keycode        Mapping
  29. --------       -------        -----------------------
  30. F11            068h           ESC
  31. F12            069h           CTRL-C (RUN-STOP :-)
  32. PrintScreen    047h           DELETE (Didn't like DELETE being all the way
  33.                               at the bottom of the keyboard)
  34. Scroll Lock    048h           CTRL-S
  35. Pause          049h           CTRL-Q
  36.                               (These start and stop scrolling in the 2.0
  37.                                shell and most terminal programs)
  38. Home           06bh           SHIFT-UPARROW   \ These should be ALT-arrow,
  39. End            06ch           SHIFT-DOWNARROW / but that doesn't seem possible
  40. Page Up        06dh           SHIFT-UPARROW
  41. Page Down      06eh           SHIFT-DOWNARROW
  42. Num Lock       05ah           keypad (
  43. SHIFT-numlock                 keypad )
  44. Keypad =       06fh           =
  45. Rate Select    01ch           "Newshell con:/1//440/AmigaShell/ALT650,11,70,20/CLOSE" + chr$(13)
  46.